From 1662548d76fedf4fc6dd99c8c2abecee8acfc19f Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 27 Mar 2007 18:49:46 +0000 Subject: [PATCH] Add a cross-configure target just so I don't have to remember that awful syntax. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2711 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index a086072bc..60f5766ef 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -286,6 +286,9 @@ release-rpm: # binutils, runtime, w32api, and gcc-core seem to be required. # +cross-configure: + CC=i386-mingw32-gcc LDFLAGS="-s" @srcdir@/configure --host=i386-pc-mingw32 --with-cet=all --with-expathdr=@srcdir@/mingw/include --with-libexpat=@srcdir@/mingw/lib + release-winbuild: rm -fr /tmp/gpsbabel-$(VERSIOND)-cross cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross -- 2.30.2